@charset "UTF-8";
/**********************************/
/* FONT */
/*.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.fjalla-one-regular {
  font-family: "Fjalla One", serif;
  font-weight: 400;
  font-style: normal;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3 {
  /*font-family: "Fjalla One", serif !important;*/
  font-family: "Fjalla One", serif !important;
}

h1 {
  font-size: 4em !important;
  margin-bottom: 0.5em !important;
}

/**********************************/
/* RESPONSIVE */
/**********************************/
/* FUNZIONI*/
/**********************************/
/* COLORI*/
/* qui e nel DB*/
.bg_blu {
  background: #0067BC;
}

.bg_viola {
  background: #A63CBF;
}

.bg_rosso {
  background: #ED4726;
}

.bg_giallo {
  background: #FFCC00;
}

.bg_verde {
  background: #00A242;
}

.bg_grigio {
  background: #A8A8A8;
}

.txt_blu {
  color: #0067BC;
}

.txt_viola {
  color: #A63CBF;
}

.txt_rosso {
  color: #ED4726;
}

.txt_giallo {
  color: #FFCC00;
}

.txt_verde {
  color: #00A242;
}

.txt_grigio {
  color: #A8A8A8;
}

.border_viola {
  border: solid 3px #A63CBF;
}

.border_giallo {
  border: solid 3px #FFCC00;
}

.border_rosso {
  border: solid 3px #ED4726;
}

.border_verde {
  border: solid 3px #00A242;
}

.border_blu {
  border: solid 3px #0067BC;
}

body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
  image-rendering: smooth;
  /*background-color: #ebebeb !important;*/
  background-color: #fff !important;
  /**********************************/
  /* ICONE div>a>span*/
  /**********************************/
  /* HEADER */
  /*topbar*/
  /**********************************/
  /* PAGE CONTAINER */
  /**********************************/
  /* FOOTER */
}
body div.myicons {
  display: block;
  float: left;
  clear: none;
  height: 30px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
body div.myicons a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body div.myicons a span {
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}
body div.myicons a span::before {
  content: " ";
  display: block;
  height: 100%;
  width: 24px;
  margin: 0;
  padding: 0;
  background-position: 50%;
  background-size: initial;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
body div.myicons a span.icon-phone-bk::before {
  background-image: url(../img/icons/social-phone-bk.svg);
}
body #topbar {
  display: block;
  float: left;
  clear: both;
  background: #fff !important;
  width: 100vw;
  height: 40vh;
  /*position: sticky;    se sticky l'header resta fisso e il contenuto ci scorre sopra'*/
  top: 0;
  overflow: hidden;
  /*overtopbar*/
  /**********************************/
  /* MENU PRINCIPALE */
  /**********************************/
  /*sliderbar*/
}
body #topbar #overtopbar {
  height: 30px;
  width: 100%;
  background: #000;
  color: #fff;
  /*position: relative;      serve per il z index */
  position: fixed;
  z-index: 99;
  /*socialicons*/
  /*languages*/
  /*language list*/
}
body #topbar #overtopbar ul.socialicons {
  display: block;
  float: left;
  clear: none;
  height: 30px;
  margin: 0;
  padding: 0 0 0 40px;
  list-style-type: none;
  list-style-position: inside;
}
body #topbar #overtopbar ul.socialicons li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  margin-right: 1.25rem;
  vertical-align: middle;
}
body #topbar #overtopbar ul.socialicons li a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body #topbar #overtopbar ul.socialicons li span {
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}
body #topbar #overtopbar ul.socialicons li span::before {
  content: " ";
  display: block;
  height: 100%;
  width: 24px;
  margin: 0;
  padding: 0;
  background-position: 50%;
  background-size: initial;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
body #topbar #overtopbar ul.socialicons li span.icon-instagram::before {
  background-image: url(../img/icons/social-insta.svg);
}
body #topbar #overtopbar ul.socialicons li span.icon-facebook::before {
  background-image: url(../img/icons/social-fb.svg);
}
body #topbar #overtopbar ul.socialicons li span.icon-whatsapp::before {
  background-image: url(../img/icons/social-whatsapp.svg);
}
body #topbar #overtopbar ul.socialicons li span.icon-youtube::before {
  background-image: url(../img/icons/social-youtube.svg);
}
body #topbar #overtopbar ul.socialicons li span.icon-pinterest::before {
  background-image: url(../img/icons/social-pinterest.svg);
}
body #topbar #overtopbar p.languages {
  display: block;
  float: right;
  clear: none;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 40px 0 0;
}
body #topbar #overtopbar p.languages::first-letter {
  text-transform: uppercase;
}
body #topbar #overtopbar p.languages #lan_menu_trigger {
  display: inline-block;
  background: url(../img/icons/list-down-white.svg) no-repeat 50%;
  background-size: initial;
  width: 25px;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
body #topbar #overtopbar ul#language_list {
  /*visibility:hidden;*/
  position: absolute;
  top: 32px;
  right: 40px;
  background: #000000;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  text-align: right;
  list-style: none;
  z-index: 99;
}
body #topbar #overtopbar ul#language_list a {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
body #topbar #overtopbar ul#language_list li {
  padding: 0 20px 0 0;
  line-height: 3rem;
}
body #topbar #overtopbar ul#language_list li.active {
  background: #b3b2b2;
}
body #topbar #overtopbar ul#language_list li:hover {
  background: #b3b2b2;
  cursor: pointer;
  font-weight: bold;
}
@keyframes slide-down {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 20px;
  }
}
@keyframes bgchange {
  to {
    background-color: #000000;
  }
}
body #topbar #navbar-wrapper {
  display: block;
  width: 100%;
  clear: both;
  position: fixed;
  top: 30px;
  /*position: relative;*/
  z-index: 99;
  /*navbar*/
}
body #topbar #navbar-wrapper #navbar {
  display: block;
  margin: 0 auto;
  position: relative;
  /*nav*/
}
body #topbar #navbar-wrapper #navbar nav {
  display: table;
  margin: 0 auto;
  text-align: center;
  /*font-family: "Roboto", serif;*/
  font-family: "Fjalla One", serif !important;
}
body #topbar #navbar-wrapper #navbar nav:hover, body #topbar #navbar-wrapper #navbar nav:focus {
  cursor: pointer;
}
body #topbar #navbar-wrapper #navbar nav a, body #topbar #navbar-wrapper #navbar nav a:visited {
  /*display: block;*/
  display: inline-block;
  width: 110px;
  /*float: left;*/
  clear: none;
  position: relative;
  padding: 5px;
  font-size: 13px;
  line-height: 22px;
  height: 100%;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
}
body #topbar #navbar-wrapper #navbar nav a span, body #topbar #navbar-wrapper #navbar nav a:visited span {
  display: block;
  width: 100%;
  height: 100%;
}
body #topbar #navbar-wrapper #navbar nav a span:hover, body #topbar #navbar-wrapper #navbar nav a span a.active, body #topbar #navbar-wrapper #navbar nav a:visited span:hover, body #topbar #navbar-wrapper #navbar nav a:visited span a.active {
  cursor: pointer;
}
body #topbar #navbar-wrapper #navbar nav a:hover, body #topbar #navbar-wrapper #navbar nav a.active {
  height: 100%;
  animation-name: bgchange;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
  cursor: pointer;
  font-weight: bold;
}
body #topbar #sliderbar {
  display: block;
  clear: both;
  margin-top: -32px;
  background: #000;
  /*            float: left;
              width: 100%;
              height: 30vh;
              min-height: 150px;
              max-height: 200px;*/
  /*            #topslider {
                  height: 100%;
                  background: url(../img/logo_prisma_def_medv3.png) no-repeat center center;
                  background-size: contain;
              }*/
}
body #topbar #toplogo {
  height: 20vh;
  z-index: 98;
  position: relative;
  bottom: 282px;
  left: 0;
}
body #topbar #toplogo img {
  height: 100%;
}
body #container {
  /*margin-top: 35vh;*/
  min-height: 75%;
  width: 100vw;
  /*display: flex;*/
  display: block;
  float: left;
  clear: both;
  background-size: cover;
  background-position: center center;
  /**********************************/
  /* SEZIONE PRENOTA */
}
body #container #contentbox {
  width: 50vw;
  display: block;
  /*float: left;*/
  clear: both;
  margin: 0 auto;
  background: #fff !important;
  min-height: 25vh;
  margin-top: 3vh;
  margin-bottom: 19.5vh;
  padding: 2vh 3vw;
  /*height: 25vh;*/
  /*min-height: 150px;*/
  /*max-height: 200px;*/
  /*position: absolute;*/
  line-height: 1.5em;
  font-size: 1.2em;
  text-align: justify;
  /*section*/
}
body #container #contentbox ul {
  margin: 0.8em auto 1.5em auto;
}
body #container #contentbox ul li {
  /*line-height: 1em;*/
}
body #container #contentbox h1, body #container #contentbox h2, body #container #contentbox h3 {
  text-align: left;
}
body #container #contentbox h1 {
  font-size: 3em !important;
}
body #container #contentbox h2 {
  font-size: 2.2em !important;
  margin: 1.5em auto 0.8em auto;
}
body #container #contentbox h3 {
  font-size: 1.8em !important;
  margin: 1.3em auto 0.6em auto;
}
body #container #contentbox p {
  text-align: justify;
  margin-bottom: 1em;
}
body #container #contentbox a, body #container #contentbox a:visited {
  color: #0067BC;
  /*color: #A63CBF;*/
}
body #container #contentbox a:hover, body #container #contentbox a:visited:hover {
  cursor: pointer;
  text-decoration: underline;
}
body #container #contentbox section {
  display: block;
  clear: both;
  widh: 100%;
  /*content_row*/
}
body #container #contentbox section .content_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; /* disponi gli elementi su una sola riga*/
  justify-content: center;
  align-items: stretch;
  gap: 10px 2vw; /*row-gap column gap*/
  margin-bottom: 3vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  /*                    background: #0ff;
                      border: solid 1px #00f;*/
  /*content col*/
}
body #container #contentbox section .content_row .content_col {
  /*order: 5;  default is 0 */
  min-height: 1px;
  position: relative;
  flex-grow: 1; /* proporzione dello spazio occupato sulla riga*/
  align-self: center; /* allineamento verticale nella riga*/
  /*                        background: #ff0;
                          border: solid 1px #0f0;*/
  /*overflow: hidden;*/
}
body #container #contentbox section .content_row .content_col.col-50 {
  /*flex-basis:50%;*/
  flex: 50%;
  width: 50%;
}
body #container #contentbox section .content_row .content_col p {
  text-align: justify;
  /*                            line-height: 1.4em;
                              font-size: 1em;*/
}
body #container #contentbox section .content_row .content_col > div {
  /*width: 100%;*/
  height: 300px;
  vertical-align: middle;
  /*width: 200px;*/
}
body #container #contentbox section.room {
  font-size: 0.9em;
  line-height: 1.3em;
}
body #container #contentbox section.room h3 {
  margin: 0.6em auto;
}
body #container #contentbox section.room ul {
  margin-bottom: 0.6em;
}
body #container #contentbox ul.elenco_servizi {
  list-style: disc;
  float: left;
  clear: left;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
body #container #contentbox ul.elenco_servizi li {
  text-align: left;
  float: left;
  clear: none;
  margin: 0 10px;
  display: contents;
}
body #container #contentbox ul.elenco_servizi li::before {
  content: "● ";
  /*content: "▪ ";*/
}
body #container #contentbox #mappa_posizione {
  width: 100%;
  border: solid 2px #000 !important;
  margin-bottom: 20px;
}
body #container .book_btn {
  display: block;
  width: 150px;
  /*float: left;*/
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 5px;
  font-size: 13px;
  /*line-height: 22px;*/
  height: 40px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 0 none;
  font-family: "Fjalla One", serif !important;
}
body #container .book_btn:hover {
  background: #ED4726;
  cursor: pointer;
}
body #container #bedzzle_form div.field-block {
  display: block;
  float: left;
  clear: none;
  margin: 10px 20px 10px 0;
}
body #container #bedzzle_form div.field-block p {
  line-height: 1em;
  margin-bottom: 5px;
}
body #container #bedzzle_form input, body #container #bedzzle_form button {
  display: block;
  float: left;
  clear: none;
  border-radius: 0;
  width: 150px;
  padding: 5px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  /*                margin: 10px;*/
  height: 40px;
  line-height: 1em;
  text-align: center;
}
body #container #bedzzle_form input:first-child, body #container #bedzzle_form button:first-child {
  margin-left: 0 !important;
}
body #container #bedzzle_form input {
  border: solid 1px #000;
  color: #000;
}
body #container #bedzzle_form button {
  background: #A63CBF;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 0 none;
  font-family: "Fjalla One", serif !important;
}
body #container #bedzzle_form button:hover {
  background: #ED4726;
  cursor: pointer;
}
body #footerbar {
  display: block;
  float: left;
  clear: both;
  /*background: #fff !important;*/
  background: #000 !important;
  color: #fff;
  width: 100vw;
  position: fixed;
  z-index: 99;
  bottom: 0;
  text-align: center;
}
body #footerbar a, body #footerbar a:visited {
  color: #FFCC00;
}
body #footerbar .col_group {
  margin-bottom: 20px;
  display: block;
  width: 40vw;
  height: 100%;
  margin: 10px auto 30px auto;
  text-align: center;
  vertical-align: middle;
  /*background: #ff0;*/
}
body #footerbar .col_group .col {
  display: block;
  float: inline-start;
  /*overflow: hidden;*/
  clear: none;
  min-width: 50%;
  /*min-width: 33%;*/
  text-align: center;
  height: 13vh;
  vertical-align: middle;
}
body #footerbar .col_group .col .info {
  display: block;
  min-width: 137px;
  margin: auto;
  line-height: 2vh;
  vertical-align: middle;
}
body #footerbar .col_group .col img.logo {
  /*height: 13vh;*/
  height: 95%;
  margin-bottom: 5%;
}

/*# sourceMappingURL=Style.css.map */
